PDF4Java Reference Documentation
com.o2sol.pdf4java.utilities Package / PDFMerger Class / save Method / save(Stream,PDFSecurityHandler,boolean) Method
Stream where the merged file will be saved.
Security handler for encrypting the merged file.
True if the merged file should compress the PDF file structure.
In This Topic
    save(Stream,PDFSecurityHandler,boolean) Method
    In This Topic
    Saves the merged file to given stream.
    Syntax

    Parameters

    output
    Stream where the merged file will be saved.
    securityHandler
    Security handler for encrypting the merged file.
    enableObjectCompression
    True if the merged file should compress the PDF file structure.
    See Also